Show AllShow All

QUARTILE

See Also

Returns the quartile of a data set. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use QUARTILE to find the top 25 percent of incomes in a population.

Syntax

QUARTILE(array,quart)

Array    is the array or cell range of numeric values for which you want the quartile value.

Quart    indicates which value to return.

If quart equals QUARTILE returns
0 Minimum value
1 First quartile (25th percentile)
2 Median value (50th percentile)
3 Third quartile (75th percentile)
4 Maximum value

Remarks

Example

The example may be easier to understand if you copy it to a blank spreadsheet.

ShowHow?

Data
1
2
4
7
8
9
10
12
Formula Description (Result)
=QUARTILE(A2:A9,1) First quartile (25th percentile) of the data above (3.5)